-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(examples): make demos be more consistent #3138
Conversation
Can we consider removing |
I don't find importing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
finally can remove workspace = "../../"
lol
8ab704a
to
a632116
Compare
@breathx Please re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw you can significantly reduce diff by initially just raneming previous lib.rs into wasm.rs and moving crate-related stuff into lib.rs (it will be the only diff just to keep history of demo authors etc)
lib.rs
+wasm.rs
.@gear-tech/dev